body {
	color: #FFF;
	margin: 0;
	padding: 0;
}
a {
	color: #F30;
	text-decoration: none;	
}
img {
	border-style: none;
    border-color: inherit;
    border-width: 0;
    margin-left: 0px;
    text-align: left;
    margin-top: 0px;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    width:300px;
    height:1px;
    font-weight:bold;
}

#title {
	background: #000;
	background: rgba(0, 0, 0, 0.4);
	bottom: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 10px 20px;
	position: fixed;
	right: 0px;	
	text-align: right;
	width: 100%;
}
	#title h1 {
		font: bold 30px 'Comic Sans MS';
		margin: 0;	
		padding: 0;
        color:greenyellow;
	}

    
#titleTop {
	background: #000;
	background: rgba(224, 37, 27, 0.3);
	top: 0px;
	font: 11px Arial;
	padding: 10px 20px;
	position: fixed;
	right: 0px;	
	text-align: right;
	width: 100%;
}
	#titleTop h1 {
		font: 30px sans-serif;
		margin: 0;	
		padding: 0;
        color:greenyellow;
	}
#thumbnails {
	background: #000;
	background: rgba(0, 0, 0, 0.4);	
	height: 90px;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
}
	#thumbnails ul {
		margin: 0;
		padding: 0;
	}
		#thumbnails li {
			float: left;
			list-style: none;
			margin: 5px;
			padding: 0;
		}
		#thumbnails a {
			outline: none;
		}
		#thumbnails img {
			width: 112px;
            opacity:0.7;
            filter:alpha(opacity=70); /* For IE8 and earlier */
		}

        #thumbnails {
	        background: #000;
	        background: rgba(0, 0, 0, 0.4);	
	        height: 90px;
	        left: 0;
	        overflow: hidden;
	        position: fixed;
	        top: 0;
	        width: 100%;
}

	#divGalleries ul {
		margin: 0;
		padding: 0;
	}
		#divGalleries li {
			float: left;
			list-style: none;
			margin: 5px;
			padding: 0;
		}
		#divGalleries a {
			outline: none;
		}
    

		#divGalleries img {
			width: 400px;
            height: 300px;
		}
			
#pointer {
	border: 2px solid #0F3;
	cursor: pointer;
	height: 75px;
	left: -100px;
	margin: 3px;
	position: absolute;
	width: 112px;
}

#flash {
	background: #FFF;
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
}

#pause {
	display: none;
	font: 100px 'Ultra', arial, serif;
	height: 100%;
	opacity: 0.4;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 5px #000;
	width: 100%;
}
	#pause a {
		color: #FFF;
		height: 100px;
		left: 50%;
		margin: -50px 0 0 -250px;
		position: absolute;
		text-transform: uppercase;
		top: 50%;
		width: 500px;
	}

#volume {
	left: 10px;
	opacity: 0.8;
	position: absolute;
	top: 100px;
}
    #volume a {
    	background: transparent url(../images/icons.png) no-repeat;
    	display: block;
    	height: 30px;
    	text-indent: -9999px;
    	width: 30px;
    }
	#volume.all a {
		background-position: 0 0;
	}
	#volume.some a {
		background-position: -30px 0;
	}
	#volume.none a {
		background-position: -60px 0;
	}
	
.vegas-loading {
	top: auto;
	bottom: 40px;
	left: 40px;
}
.vegas-overlay {
	background-image: url(../js/vegas/overlays/02.png);
}

.jspHorizontalBar {
	height: 5px;	
}
	.jspHorizontalBar .jspTrack {
		background: #333;
	}
	.jspHorizontalBar .jspDrag {
		background: #0F3;
		cursor: ew-resize;
	}
	#thumbnails:hover .jspHorizontalBar .jspDrag {
		background: #C0F;
    }
.faceBook
{
    background-image: url("../images/Facebook.png");
    width: 30px;
    height: 15px;
}
.footerContact
{
    color:red;
    text-decoration:none;
}
.style1
{
    height: 10px;
    width: 10%;
}

.borderStyle1
{
    Width: 845px;
    border-bottom: thin solid blue;
    border-right: thin solid blue;
    border-top: thin solid blue;
    border-left: thin solid blue;
}

.tableMain
{
    background-color:azure;
    text-align:center;
    width:100%;
    padding-left:300px;
    padding-right:300px;
}

.UnselectedTab {
    background-color: transparent;
    border: thin solid white;
    color: white;
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
    height: 20px;
    width: 120px;
    text-align: center;
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 0px;
}

    .UnselectedTab:hover {
        color: gold;
        cursor: pointer;
        background-color: darkblue;
    }

.SelectedTab {
    background-color: #3B240B;
    border: thin solid white;
    color: orangered;
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
    height: 20px;
    width: 120px;
    text-align: center;
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 0px;
}

    .SelectedTab:hover {
        color: gold;
        cursor: pointer;
        background-color: darkblue;
    }

